/* .noty_theme__gta.noty_bar {
    margin: 8px 0;
    overflow: hidden;
    font-family: 'sansation', Helvetica, sans-serif;
    height: auto;
    word-wrap: break-word;
    border-top: 0.5px solid rgb(255, 255, 255);
} */

.noty_theme__gta.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    font-family: 'sansation', Helvetica, sans-serif;
    height: auto;
    word-wrap: break-word;
    position: relative;
    top: 85px;
    left: 797px;
}

.noty_theme__gta.noty_bar .noty_body {
    padding: 20px;
    margin-left: 57px;
    font-size: 17px;
}

.noty_theme__gta.noty_bar .noty_buttons {
    padding: 0px; 
}

.noty_theme__gta.noty_bar .noty_progressbar {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: #d62c2ce8 url(https://cdn.discordapp.com/attachments/652999320827723786/775109654526951464/ringenen_2.png) no-repeat 260px center ;  
    background-position: left;
    background-color: #050505c0;
    z-index: -1;
    opacity: 0.7;
    filter: alpha(opacity=80);

}

.noty_theme__gta.noty_type__alert,
.noty_theme__gta.noty_type__notification {
    background: #13121271 url(https://cdn.discordapp.com/attachments/652999320827723786/775109654526951464/ringenen_2.png) no-repeat 260px center ;  
    background-position: left;
    opacity:0.2px; 
    border-radius: 1px;
    opacity:0.2px; 
    color: #fff;
}

.noty_theme__gta.noty_type__warning {
    background: #13121271 url(https://cdn.discordapp.com/attachments/652999320827723786/775109654526951464/ringenen_2.png) no-repeat 260px center ;  
    background-position: left;
    opacity:0.2px; 
    border-radius: 1px;
    opacity:0.2px; 
    color: #fff;
}

.noty_theme__gta.noty_type__error {
    background: #13121271 url(https://cdn.discordapp.com/attachments/652999320827723786/775109654526951464/ringenen_2.png) no-repeat 260px center ;  
    background-position: left;
    opacity:0.2px; 
    border-radius: 1px;
    opacity:0.2px; 
    color: #fff;
}

.noty_theme__gta.noty_type__info,
.noty_theme__gta.noty_type__information {
    background: #13121271 url(https://cdn.discordapp.com/attachments/652999320827723786/775109654526951464/ringenen_2.png) no-repeat 260px center ;  
    background-position: left;
    opacity:0.2px; 
    border-radius: 1px;
    opacity:0.2px; 
    color: #fff;
}

.noty_theme__gta.noty_type__success {
    background: #13121271 url(https://cdn.discordapp.com/attachments/652999320827723786/775109654526951464/ringenen_2.png) no-repeat 260px center ;  
    background-position: left;
    opacity:0.2px; 
    border-radius: 1px;
    z-index: 1;
    opacity:0.2px; 
    color: #fff;
}

.notify-container .notify-notification .notify-loader {
    width: 15%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    stroke: #eee;
  }
  
  .notify-container .notify-notification .notify-loader circle {
    stroke-dasharray: 130;
    stroke-dashoffset: 0;
    -webkit-animation: Fill 3s;
            animation: Fill 3s;
  }

.gta_effects_open {
    opacity: 0;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
    -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: noty_anim_in 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.gta_effects_close {
    -webkit-animation: noty_anim_out 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_out 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; 
}

@-webkit-keyframes noty_anim_out_left {
  100% {
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    opacity: 0; } }

@keyframes noty_anim_out_left {
  100% {
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    opacity: 0; } }

.gta_effects_open_left {
    opacity: 0;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: noty_anim_in 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.gta_effects_close_left {
    -webkit-animation: noty_anim_out_left 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_out_left 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards; 
}

@-webkit-keyframes noty_anim_fade_in {
  100% { opacity: 1; } }

@keyframes noty_anim_fade_in {
  100% { opacity: 1; } }

@-webkit-keyframes noty_anim_fade_out {
  100% { opacity: 0; } }

@keyframes noty_anim_fade_out {
  100% { opacity: 0; } }

.gta_effects_fade_in {
    opacity: 0;
    animation: noty_anim_fade_in 0.5s;
}

.gta_effects_fade_out {
    opacity: 1;
    animation: noty_anim_fade_out 0.5s;
}